AndroidBitmap functions result code.
Bitmap pixel format.
Given a java bitmap object, fill out the AndroidBitmapInfo struct for it. If the call fails, the info parameter will be ignored.
Given a java bitmap object, attempt to lock the pixel address. Locking will ensure that the memory for the pixels will not move until the unlockPixels call, and ensure that, if the pixels had been previously purged, they will have been restored.
Call this to balance a successful call to AndroidBitmap_lockPixels.
Backward compatibility: this macro used to be misspelled.
Bitmap info, see AndroidBitmap_getInfo().
@file bitmap.h